func internal/profile.encodeLength

5 uses

	internal/profile (current package)
		proto.go#L59: func encodeLength(b *buffer, tag int, len int) {
		proto.go#L78: 		encodeLength(b, tag, n2-n1)
		proto.go#L117: 		encodeLength(b, tag, n2-n1)
		proto.go#L130: 	encodeLength(b, tag, len(x))
		proto.go#L159: 	encodeLength(b, tag, n2-n1)